home *** CD-ROM | disk | FTP | other *** search
/ Eyewitness Clipart: Tudor / ew_tudor.iso / mac / album (UK) / res / flvplayer.swf / scripts / frame_2 / DoAction.as
Text File  |  2007-02-06  |  313b  |  11 lines

  1. function goTo()
  2. {
  3.    getUrl("http://www.jeroenwijering.com/?item=Flash_Video_Player", "");
  4. }
  5. Stage.scaleMode = "noScale";
  6. Stage.align = "TL";
  7. stop();
  8. var newMenu = new ContextMenu();
  9. newMenu.customItems.push(new ContextMenuItem("Flash Video Player 2.5 by Jeroenwijering...",goTo));
  10. this.menu = newMenu;
  11.